PHP用CURL發送Content-type為application/json的HTTP/HTTPS請求
<?php $headers = array( "Content-type: application/json;charset='utf-8'", "Accept: ...
<?php $headers = array( "Content-type: application/json;charset='utf-8'", "Accept: ...